-
Notifications
You must be signed in to change notification settings - Fork 591
Suppress warning when selecting 'X' in debugger #23669
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
jkeenan
merged 6 commits into
Perl:blead
from
jkeenan:gh-23663-debugger-warning-20250901
Sep 4, 2025
Merged
Suppress warning when selecting 'X' in debugger #23669
jkeenan
merged 6 commits into
Perl:blead
from
jkeenan:gh-23663-debugger-warning-20250901
Sep 4, 2025
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
The #17660 test in |
6a12360
to
7710deb
Compare
This eliminates the warning reported in GH Perl#23663 when you use 'X' or 'V main' in the Perl debugger. Add tests for 'X' and 'V main' to demonstrate that when loading they no longer warn about undefined behavior. Update MANIFEST. Fixes: GH Perl#23663.
7710deb
to
607ded7
Compare
Thanks for that suggestion, though from reading the documentation, it appeared to me that |
tonycoz
reviewed
Sep 3, 2025
tonycoz
reviewed
Sep 3, 2025
tonycoz
approved these changes
Sep 3, 2025
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Partial fix for GH #23663. This eliminates the warning reported in that ticket when you use 'X' in the Perl debugger.
However, I don't know how to write regression tests for the debugger. We would benefit from a test that demonstrates that 'X' runs without emitting warnings.